home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / TN3270 2.4a4 ƒ / tn3270 API / Read Me First
Text File  |  1991-08-27  |  1KB  |  35 lines

  1. tn3270 2.3d26 API files:
  2.  
  3. SPPC files:
  4. SPPCInit        the INIT to implement simple Program-to-Program
  5.                 communications.
  6.             
  7. sppcinterface.h        defines the low-level interface to the SPPCInit
  8.                     driver.
  9.                     
  10. sppc.c            source code for high-level interface to the driver
  11.  
  12. sppc.c.mpw2        version of sppc.c for MPW 2 header files
  13.  
  14. sppc.h            defines high-level interface in sppc.c
  15.  
  16.  
  17. API files:
  18. api.h            defines the interface to the tn3270 API
  19.  
  20. apitest            application to test tn3270 API interface
  21.  
  22. Apitest is used to send API commands to tn3270 and see the results.
  23. It was written using much of the code in tn3270.
  24. Apitest will use the SPPC interface unless you have selected
  25. a tn3270 session manager or session using the PPC Browser command.  
  26. Once you have done that, you must quit from the program and restart it
  27. to go back to using the SPPC interface.
  28. When apitest prompts for commands, one letter is sufficient unless it
  29. would ambiguous.  When one letter is not sufficient, use those letters
  30. of the command name which are capitalized in the prompt.
  31. The SPPC code in apitest will automatically send session manger commands
  32. to the session manager, and session commands to the session.  However,
  33. the PPC code requires that you go back to the PPC Browser to select
  34. the port you want to send messages to.
  35.